composetable: Reduce the scope of a variable
authorMatthias Clasen <mclasen@redhat.com>
Thu, 29 Jul 2021 12:22:52 +0000 (08:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 29 Jul 2021 12:22:52 +0000 (08:22 -0400)
commitdbf5033f947e51683400d6c18ecb6043aa1943bd
tree201fc77cb9e8c707e699b6cd76fbc634bf022bf6
parentb7e69226050965032b056b49ca4d5eef2b959af4
composetable: Reduce the scope of a variable

'prefix' is not a good name for a file-scope variable,
move it into the sole function using it.
gtk/gtkcomposetable.c